Hi.

I'm trying to implement VS2017 support, but no easy way to detect path to it. 
Currently, I'm trying to embed Powershell script that will return path using vssetup.powershell (https://github.com/Microsoft/vssetup.powershell).

How can I execute command powershell -v 3 -exec bypass .\return-msvc-path.ps1 15 in jam file (msvc.jam) and get their output and exit code?

--
WBR,
Arkady Shapkin aka KindDragon