We install lot of runtime versions, each check takes about 5 seconds, because each check is done separately in a new process via msbuild. It will start powershell, load tools.ps1 (that is where the slow down happens), and check the version.
This needs fix in arcade, to either check all at once, or check more efficiently.