Is there a binary of Pipe Viewer (`pv`) for Windows?

I have stumbled over this question today, as I am looking the same kind of tool for Windows. I didn't found one for Windows, but I found that answer from Stackoverflow, and the solution is just to use the one from Cygwin.

Here is the quote from there:

I finally made it work on Cygwin environment though that is not answer for the original post. "--disable-nls" does the trick.

./configure --disable-nls

make

make test

cp pv /usr/bin