if(-NOT(Test-Path ".\esp-idf-v4.4")) { $command ="cmd /c mklink /J esp-idf-v4.4 C:\Espressif\frameworks\esp-idf-v4.4" invoke-expression "$command" }